space complexity - Übersetzung nach russisch
Diclib.com
Wörterbuch ChatGPT
Geben Sie ein Wort oder eine Phrase in einer beliebigen Sprache ein 👆
Sprache:

Übersetzung und Analyse von Wörtern durch künstliche Intelligenz ChatGPT

Auf dieser Seite erhalten Sie eine detaillierte Analyse eines Wortes oder einer Phrase mithilfe der besten heute verfügbaren Technologie der künstlichen Intelligenz:

  • wie das Wort verwendet wird
  • Häufigkeit der Nutzung
  • es wird häufiger in mündlicher oder schriftlicher Rede verwendet
  • Wortübersetzungsoptionen
  • Anwendungsbeispiele (mehrere Phrasen mit Übersetzung)
  • Etymologie

space complexity - Übersetzung nach russisch

AMOUNT OF MEMORY SPACE REQUIRED TO SOLVE AN INSTANCE OF THE COMPUTATIONAL PROBLEM AS A FUNCTION OF THE SIZE OF THE INPUT
Memory complexity

space complexity         

математика

емкостная сложность (алгоритма)

space complexity         
пространственная сложность

Definition

ЕВРОПЕЙСКОЕ КОСМИЧЕСКОЕ АГЕНТСТВО
(ЕКА) , международная организация 10 стран. Создана в 1975. Разрабатывает космические аппараты (КА) коммерческого и хозяйственно-прикладного назначения. ЕКА имеет сеть станций слежения за полетом космических аппаратов с центром управления в Дармштадте (Германия).

Wikipedia

Space complexity

The space complexity of an algorithm or a computer program is the amount of memory space required to solve an instance of the computational problem as a function of characteristics of the input. It is the memory required by an algorithm until it executes completely.

Similar to time complexity, space complexity is often expressed asymptotically in big O notation, such as O ( n ) , {\displaystyle O(n),} O ( n log n ) , {\displaystyle O(n\log n),} O ( n α ) , {\displaystyle O(n^{\alpha }),} O ( 2 n ) , {\displaystyle O(2^{n}),} etc., where n is a characteristic of the input influencing space complexity.

Übersetzung von &#39space complexity&#39 in Russisch